gskenums: Fix typo/grammar in GskRenderNodeType doc
authorDaniel Boles <dboles@src.gnome.org>
Tue, 29 Aug 2017 22:10:14 +0000 (23:10 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Thu, 31 Aug 2017 18:59:25 +0000 (19:59 +0100)
gsk/gskenums.h

index bc828b0ffb90d208bec9397d08fc7d6172eef31c..b2869e893224da1b08b9bff5204d3ec42252aba4 100644 (file)
@@ -43,8 +43,8 @@
  * @GSK_CLIP_NODE: A node that clips its child to a rectangular area
  * @GSK_ROUNDED_CLIP_NODE: A node that clips its child to a rounded rectangle
  * @GSK_SHADOW_NODE: A node that draws a shadow below its child
- * @GSK_BLEND_NODE: A node the blends two children together
- * @GSK_CROSS_FADE_NODE: A node the cross-fades between two children
+ * @GSK_BLEND_NODE: A node that blends two children together
+ * @GSK_CROSS_FADE_NODE: A node that cross-fades between two children
  *
  * The type of a node determines what the node is rendering.
  *